{
"version": "<string>",
"metadata": {
"name": "<string>",
"backgroundColor": "<string>",
"duration": 123,
"fps": 123,
"canvas": {
"width": 123,
"height": 123
}
},
"clips": [
{
"id": "<string>",
"type": "<string>",
"name": "<string>",
"source": "<string>",
"timeFrame": {
"start": 123,
"end": 123
},
"position": {
"x": 123,
"y": 123,
"z": 123
},
"transform": {
"scale": {
"x": 123,
"y": 123
},
"rotation": 123
},
"size": {
"width": 123,
"height": 123
},
"effects": {
"opacity": 0.5
},
"textProperties": {
"content": "<string>",
"fontSize": 123,
"fontWeight": 123,
"fontFamily": "<string>",
"color": "<string>",
"backgroundColor": "<string>",
"textAlign": "<string>",
"fontStyle": "<string>",
"lineHeight": 123,
"underline": true
}
}
],
"additional": {}
}